.mt-15 {
    margin-top: 15px
}

.tp {
    color: #fff;
    background-color: #f5081f;
    padding: 5px;
}

.tp .social-wrap li {
    float: left;
    margin: 0px 5px;
}

.tp .social-wrap li a {
    color: #fff;
}

.tp .social-wrap li a i {
    font-size: 20px;
}

.tp .social-wrap li a .bx {
    line-height: unset;
}

.tp .lng a {
    color: #fff;
    padding: 0px 10px 0px 7px;
    line-height: 30px;
}

.tp .lng a {
    border-right: solid 1px #fff;
}

.tp .lng a:last-child {
    border-right: unset;
}

.hbr .product-details-desc p {
    margin-bottom: 15px;
}

.bg-color-gri {
    background-color: #272b2b;
}

.bg-color-mor {
    background-color: #591541;
}

.what-we-do-area .card:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}

.what-we-do-area .card {
    position: relative;
    overflow: hidden;
}

.what-we-do-area .card .bg {
    background-position: center center;
    position: relative;
    padding: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.what-we-do-area .card:hover .bg,
.what-we-do-area .card:focus .bg {
    box-shadow: inset 0 0 0 15px #f5373f;
    /*
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    */
}

.what-we-do-area .card .bg .tr {
    padding: 30px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.what-we-do-area .card .bg .tr:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.what-we-do-area .card:hover h5 {
    /*
    background-color: rgb(89, 21, 66, 0.8);
    background-color: rgb(245, 55, 63, 0.8);
    */
}

.what-we-do-area .golge {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 9;
}

.what-we-do-area .card:hover .golge {
    background-color: rgba(0, 0, 0, 0.2);
}

.card-columns {
    width: 100%;
    padding: 0px 15px;
}

.masm {
    height: 97%;
    margin-bottom: 0px !important;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.myOverlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    transition: opacity .5s, transform .5s;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.myOverlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.myOverlay .closebtn:hover {
    color: #ccc;
}

.myOverlay input[type=text] {
    color: #fff;
    border-width: 0 0 2px;
    border-radius: 0;
    min-height: 40px;
    line-height: 18px;
    font-size: 34px;
    padding: 10px 0;
    border-color: #cecece;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: transparent;
    width: 100%;
    text-align: center;
}

.myOverlay input[type=text]:hover,
.myOverlay input[type=text]:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.myOverlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.myOverlay button:hover {
    background: #bbb;
}

.search-button {
    background-color: unset;
    font-size: 15px;
}

.baskanimg {
    width: 50%;
    margin: 0px 30px 0px 0px;
    float: left;
}

.kurumsalimg {
    width: 20%;
    margin: 0px 30px 0px 0px;
    float: left;
}

.iltsm .form-control {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .masm {
        height: 95%;
        margin-bottom: .75rem !important;
    }
    .baskanimg {
        width: 100%;
        margin: 0px 00px 30px 0px;
        float: unset;
    }
}